home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / LetLoveEnergy.swf / scripts / frame_751 / PlaceObject2_216_5 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2005-08-05  |  316 b   |  20 lines

  1. onClipEvent(load){
  2.    if(_name eq "boulder")
  3.    {
  4.       _visible = false;
  5.    }
  6.    else
  7.    {
  8.       _X = Internal_x;
  9.       _Y = Internal_y;
  10.       onscreen = true;
  11.       alive = true;
  12.    }
  13.    if(_name eq "boulder13")
  14.    {
  15.       mover = true;
  16.       movercounter = 0;
  17.       moveforwards = true;
  18.    }
  19. }
  20.